[PATCH] Bump max LLVM version to 19
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Sat, 24 Jan 2026 12:41:42 +0000 (14:41 +0200)
committerIlias Tsitsimpis <iliastsi@debian.org>
Sat, 24 Jan 2026 12:41:42 +0000 (14:41 +0200)
Gbp-Pq: Name llvm-newer-version

configure.ac

index 0942a40671cec285785f9f027d866d65f6182a01..acaadd2fb6bcb0b498fbe586f9f6acf408290163 100644 (file)
@@ -513,7 +513,7 @@ AC_SUBST(InstallNameToolCmd)
 # versions of LLVM simultaneously, but that stopped working around
 # 3.5/3.6 release of LLVM.
 LlvmMinVersion=13  # inclusive
-LlvmMaxVersion=16 # not inclusive
+LlvmMaxVersion=22 # not inclusive
 AC_SUBST([LlvmMinVersion])
 AC_SUBST([LlvmMaxVersion])